Feat/adapt qt web engine - #7
Merged
Merged
Conversation
[中文] - 变更: - 增加繁体中文与日文翻译文本(导航/页头/设置等核心文案) - 保持其余语言使用英文基准,便于逐语种补齐 - 影响: - 语言切换现在可显示繁体中文与日文 - 兼容/行为变化: - 无 - 依赖/环境: - 无 - 验证: - 未运行 [English] - Changes: - Add zh-TW and ja-JP translations for core UI strings - Keep other locales on the English baseline for incremental completion - Impact: - Language switch now renders Traditional Chinese and Japanese - Compatibility/Behavior changes: - None - Dependencies/Environment: - None - Verification: - Not run Refs: -
[English] - Changes: - Publish UI events from WebBridge into the shared EventBus so DSL can react - Also publish a generic ui.event for simpler subscriptions - Subscribe to ui.event by default when running scripts - Impact: - UI interactions can now drive DSL transitions and actions - Compatibility/Behavior changes: - Adds bus event publications for emit names and ui.event - Dependencies/Environment: - None - Verification: - python -m compileall desktop\web_bridge.py Refs: - UI-DSL event bridge
[English] - Changes: - Add a realistic HMI-style UI layout for demos and presentations - Organize panels into status band, device/comms, process setup, controls, logs, and diagnostics - Impact: - Provides a better-looking, practical UI example to show ProtoFlow capabilities - Compatibility/Behavior changes: - None - Dependencies/Environment: - None - Verification: - Loaded `config/ui_showcase.yaml` in the UI YAML editor Refs: - UI showcase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
合并AdaptQTWebEngine分支到主分支